home *** CD-ROM | disk | FTP | other *** search
- .xlist
- .xcref
- .xcref nul,soh,stx,etx,eot,enq,ack,bel,bs,ht,lf,vt,ff,cr,so,sn,dle
- .xcref dc1,dc2,dc3,dc4,nak,syn,etb,can,em,eof,esc,fs,gs,rs,us,spc,del
- ; defines a number of common characters
- nul equ 00h
- soh equ 01h
- stx equ 02h
- etx equ 03h
- eot equ 04h
- enq equ 05h
- ack equ 06h
- bel equ 07h
- bs equ 08h
- ht equ 09h
- lf equ 0ah
- vt equ 0bh
- ff equ 0ch
- cr equ 0dh
- so equ 0eh
- sn equ 0fh ; si
- dle equ 10h
- dc1 equ 11h
- dc2 equ 12h
- dc3 equ 13h
- dc4 equ 14h
- nak equ 15h
- syn equ 16h
- etb equ 17h
- can equ 18h
- em equ 19h
- eof equ 1ah ; sub
- esc equ 1bh
- fs equ 1ch
- gs equ 1dh
- rs equ 1eh
- us equ 1fh
- spc equ 20h ; sp
- del equ 7fh
- .cref
- .list
-